home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Air Power - The US Air Force in Action
/
Air Power - The US Air Force In Action.iso
/
cpibin
/
manual
/
textinst.bat
< prev
Wrap
DOS Batch File
|
1995-05-23
|
3KB
|
100 lines
@echo off
cls
echo.
echo.
echo.
echo AIR POWER: The US Air Force in Action
echo.
echo This file will copy the files needed to run Air Power
echo for Windows to a \AIRFORCE directory on your "C" drive.
echo After these files have been copied there will be further
echo instructions.
echo.
choice Do you wish to continue?
if errorlevel 2 goto abort
if errorlevel 1 goto continue
goto abort
:continue
echo Copying files from CD to C:\airforce and C:\windows\system:
echo.
md c:\airforce
copy \player07.exe c:\airforce
copy \*.hlp c:\airforce
copy \*.ico c:\airforce
copy \cpibin\manual\ctl3dv2.dll c:\windows\system
copy \cpibin\manual\bttncur.dll c:\windows\system
copy \cpibin\manual\dib.drv c:\windows\system
:finished
cls
echo,
echo.
echo.
echo Copying complete..!
echo.
echo.
echo Setting Up the USAF in Action ICON
echo.
echo To run this program under Windows you must create a Program
echo Manager Icon for the USAF In Action. To do this:
echo.
echo Select: FILE, "New"... from the Program Manager Menu.
echo Select: "New Group" - Click OK.
echo Enter: Softkey - Click OK
echo Select: FILE, "New"... again from the Program Manager.
echo Select: "New Item" - Click OK.
echo Enter: USAF in Action (press [TAB])
echo Enter: C:\airforce\player07.exe \airforce.cfg (click OK)
echo.
echo.
echo.
pause
echo.
echo.
echo.
echo.
echo INSTALLING VIDEO FOR WINDOWS 1.1E
echo.
echo This program requires Video for Windows 1.1e (with Indeo 3.2 video
echo playback drivers). If you do not have this version or are not sure which
echo version of Video for Windows you have installed, run the Video for
echo Windows Setup program.
echo.
echo.
echo To run Video For Windows 1.1e Setup Program:
echo.
echo Select: FILE, "Run"... from the Program Manager Menu.
echo Type: x:\disk1\setup.exe (replace the "x" with your CD-ROM drive letter)
echo Click OK, then follow the screen instructions.
echo.
echo.
echo.
echo.
pause
echo.
echo.
echo You may wish to print this screen by pressing the PRINTSCREEN button.
echo.
echo.
pause
goto end
:abort
cls
echo Aborting manual install...
goto end
:end
echo.
echo.
echo If you still cannot get this program to run,
echo please call Softkey International at 404-428-0008
echo between the hours of 9am to 6pm eastern, Monday-Friday,
echo and we will be happy to help you.
echo.
echo.